Page History: Programming
Compare Page Revisions
Page Revision: 2009/09/22 21:48
Programming
SMath Studio has several programming commands, so you can write procedures.
These are
if,
for,
while and
line.
Examples
Take care that some complicated programming structures are not implemented.
The Need for Speed!
If your loops are running too slowly use
eval to speed them up. I've got one program that is 500 times faster using eval.