Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在接近 Piet 编程语言。到目前为止,我了解命令是如何表示的,但我不明白常量是如何表示的。我看到有in(char), out(char),这些可能会有所帮助in(num),out(num)但无法理解。
in(char)
out(char)
in(num)
out(num)