Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Locomotive BASIC

No change in size, 12:40, 27 September 2011
/* NOT */
<pre>
10 value1=1
20 print hexPRINT HEX$(value1):print binPRINT BIN$(value1,8)
30 value2=NOT value1
40 print hexPRINT HEX$(value2):print binPRINT BIN$(value2,8)
run
1
205
edits