Advertisement
Hppavilion1

MathLISP session

Dec 22nd, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. In [0]> (ASSGN "pi" 3.14159)
  2. 3.14159
  3. In [1]> pi
  4. {pi}
  5. In [2]> (pi)
  6. 3.14159
  7. In [3]> :ENV
  8. {'pi': 3.14159}
  9. In [4]> :EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement