Category : Science and Education
Archive   : SCIEQS13.ZIP
Filename : EXAMPLE1
Output of file : EXAMPLE1 contained in archive : SCIEQS13.ZIP
; This file shows how expressions are evaluated in SCIEQS.
; An expression can be entered at the ">" prompt and evaluated.
2 + 3 * 4
; The answer is then displayed. Notice that the multiplication
; was completed before the addition because of the precedence rules.
; The answer can also be stored in variables and used later by
; refering to the variable names.
x = 2 + 3 * 4
y = sqrt(x) ;'y' gets the square root of 'x'
!list
; Because variable 'y' is defined in terms of variable 'x', changing
; variable 'x' will automatically change variable 'y'.
x = (2 + 3) * 4
!list
!noecho
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/