erg/doc/JA/tools/repl.md
GreasySlug fd7dddb9ab Doc: fix the writing style
Some additional modifications
- Fix typing errors to English instead of Japanese
- Update hash value
- Additional translation
- コメント内のですます調をだ、である調に変更した
- "可能"と"できる"が混ざっていたためこれらを"できる"に統一した
2022-09-18 16:49:02 +09:00

913 B

REPL

badge

ergコマンドを引数を与えず実行すると、REPLが起動されます。また、replサブコマンドを指定して起動することもできます。 さらに以下のフラグを指定できます。

  • typed: オブジェクトとその型を表示します。
$ erg repl --typed
Erg interpreter ... (tags/?:, ...) on ...
>>> 1
1: {1}
>>> id x = x
id = <function id>: |T: Type| T -> T