-
Notifications
You must be signed in to change notification settings - Fork 55
Upgradeto095
wojdyr edited this page Jan 2, 2011
·
8 revisions
commands > file -> set logfile file commands < file -> exec file commands ! shell-command -> exec ! shell-command dump > file -> info state > file guess Func [:] center=30 -> guess Func(center=30) [:] %f = guess Func in @0 -> guess %f=Func in @0 numarea(%f, 10, 30, 100) -> %f.numarea(10, 30, 100) cmd in @m, @n -> @m @n: cmd @0 @1: fit # one by one fit @0 @1 # all together info @n (x, y) >> file -> @n: print all: x, y >> file info @n (x, y, a) >> file -> @n: print if a: x, y, a >> file info pi+1 -> print pi+1 F -= %f -> not possible (use delete %f or F = ...)