# Literals

리터럴 커맨드들입니다.

# null

null

null을 리턴합니다.

> null

# true

true

true를 리턴합니다.

> true
true

# false

false

false를 리턴합니다.

> false
false