[factor]factorとは

factorとは

連鎖性プログラミング言語のひとつである。

公式サイト

hello world

USING: kernel io ;

"hello world" write
 
?
閉じる
C-s
保存
C-a
行頭へ移動
C-e
行末へ移動
C-p
一行上へ
C-n
一行下へ
C-f
右に移動
C-b
左に移動
C-m
改行
C-h
backspace