CCode Function
Next: Collectgarbage,
Previous: Uppercase,
Index: Index
This ccode[a] function will embed the native C code represented by a for execution
Pass: A string representing the C code
Returns: NothingExamples
ccode["int a=23;a++;"];
Last Modified: August 2008