RosettaCodeData/Task/Special-characters/PureBasic/special-characters.basic

3 lines
102 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a=1 ; The ';' indicates that a comment starts
b=2*a: a=b*33 ; b will now be 2, and a=66