View Single Post
Old 04-22-2014, 07:49 AM   #86
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

OSCII-bot 0.3 is up, with all of the modernized string support from JSFX. It also has mutable literal strings (unlike JSFX), and some other goodies that ended up in ReaScript/EEL, such as eval() support:

Code:
#foo = "var = ";
#foo += "32";
eval(#foo); // var = 32
Also included is tcp_connect(), gfx_init(), etc. I need to make OSCII-bot generate documentation too... Maybe for 0.31.

Edit: here's some documentation: http://www-dev.cockos.com/oscii-bot/oscii-bot-doc.html (updated with string info)

Last edited by Justin; 04-22-2014 at 09:23 AM.
Justin is offline   Reply With Quote