2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
3
Task/Variables/Forth/variables-4.fth
Normal file
3
Task/Variables/Forth/variables-4.fth
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
VARIABLE X 999 X ! \ create variable x, store 999 in X
|
||||
VARIABLE Y -999 Y ! \ create variable y, store -999 in Y
|
||||
2VARIABLE W 140569874. W 2! \ create and assign a double precision variable
|
||||
Loading…
Add table
Add a link
Reference in a new issue