256
edits
| Line 6: | Line 6: | ||
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}})  | *[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}})  | ||
*[Feature] <code>div();</code> for integer division ({{t|895}})  | *[Feature] <code>div();</code> for integer division ({{t|895}})  | ||
*[Feature] <code>random();</code> returns random   | *[Feature] <code>random(int);</code> returns random integer between 0 and int - 1 ({{t|1055}})  | ||
*[Bug] Variable prefix conflict ({{t|850}})  | *[Bug] Variable prefix conflict ({{t|850}})  | ||
edits