This commit is contained in:
bubba2k 2021-11-17 19:35:15 +01:00 committed by GitHub
parent fb2183957c
commit 3eaf121c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
PRINT "Hello World, this is a number: " 15
ASSIGN number 15
ASSIGN 15 number
PRINT "Let's double it's value, shall we?"
ADD number number number
PRINT "There we go: " number