Page History: Programming
Compare Page Revisions
Page Revision: 2009/09/19 16:32
SMath Studio has several programming commands, so you can write procedures.
These are
if,
for,
while and
line.
A simple procedure
add an example here
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.