REPL
Start the interactive REPL:
hgl repl
Han (한) REPL v0.2.0
종료: Ctrl+D 또는 '나가기' 입력
한> 변수 x = 42
한> 출력(x * 2)
84
한> 나가기
안녕히 가세요!
The REPL maintains state between lines — variables and functions persist across inputs.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Start the interactive REPL:
hgl repl
Han (한) REPL v0.2.0
종료: Ctrl+D 또는 '나가기' 입력
한> 변수 x = 42
한> 출력(x * 2)
84
한> 나가기
안녕히 가세요!
The REPL maintains state between lines — variables and functions persist across inputs.