English
Language : 

NSB8 Datasheet, PDF (146/158 Pages) List of Unclassifed Manufacturers – BASIC interpreter for Z80 family
BOOLEAN OPERATORS
AND
OR
NOT
grifo®
ITALIAN TECHNOLOGY
Logic AND (= boolean sum)
Logic OR (= boolean multiplication)
Logic negation
OPERATORS ORDER OF EVALUATION
NOT, -
^
*,/
+,-
=,<,>,<>,<=,>=
AND
OR
negates a number,unary minus
exponentiation
multiplication and division
addition and subtraction
relationals
boolean sum
boolean multiplication
FORMATTED PRINTING
Syntax rules:
PRINT %<format specifier string><format character>,<variables, expressions, ...>
format specifier string: nFm Floating format
nI Integer format
nEm Scientific format
n = number of integer digits
m = number of decimal digits
format character:
A Counting
C Comma for each 3 digits group
Z Suppress trailing zeroes
+ Sign value
$ Dollar sign
# Default format
LINE EDITOR
<control-G> Copy to end of line
<control-N> Delete for a new insertion
<control-A> Copy a character
<control-Q> Go one character back
<control-Z> Delete one character
<control-D> X Copy till X character
<control-Y> Enable and disable the insert mode
Page B-4
NSB8
Rel. 5.10