print |
ACTION: |
Displays strings and numbers
|
USE: |
print String : print Number
|
EXAMPLE: |
print "ABC" : print 123 : print "ABC: " 123 " DEF: " 456
|
RESULT: |
ABC
123
ABC: 123 DEF: 456
|
REMARKS: |
strings can be combined with numbers as sys as the first element is a string
|
RELATED: |
val
str
hex
putfile
getfile
|