9 lines
265 B
Text
9 lines
265 B
Text
|
|
[ 2 base put ] now!
|
||
|
|
|
||
|
|
( The Quackery compiler now expects numeric literals to be in binary. )
|
||
|
|
|
||
|
|
[ base release ] now!
|
||
|
|
|
||
|
|
( The Quackery compiler now expects numeric literals to be in whichever
|
||
|
|
base they were previously. The default base is decimal. )
|