worked on docs
This commit is contained in:
@@ -43,8 +43,8 @@ a = 1;
|
||||
if a < 2:
|
||||
x = 100;
|
||||
|
||||
# Now x is defined, but is a were to be higher or equal to 2, it wouldn't
|
||||
# be defined and the runtime would return an error.
|
||||
# Now x is defined, but if "a" were to be higher or equal to 2, it
|
||||
# wouldn't be defined and the runtime would return an error.
|
||||
#
|
||||
# ------------------------------------------------------------------------- #
|
||||
# ------------------------------------------------------------------------- #
|
||||
|
||||
Reference in New Issue
Block a user