コード例 #1
0
ファイル: LiteralWord.cs プロジェクト: HerbM/ForthInterpreter
 public LiteralWord(char value)
     : this(CharType.ToCell(value))
 {
 }