即値(リテラル)の書き方¶
2024年8月7日
5 Literals in source code
https://kuma35.github.io/gforth-docs-ja/docs-ja-0/gforth/Literals-in-source-code.html
2倍長整数(10進数)¶
基数を示す # を付けないと警告(warning)が出ます。
#10.
#-10.
2024年8月7日
5 Literals in source code
https://kuma35.github.io/gforth-docs-ja/docs-ja-0/gforth/Literals-in-source-code.html
基数を示す # を付けないと警告(warning)が出ます。
#10.
#-10.