*ALWAYS UNDER CONSTRUCTION*

Lua 변수 타입

created:

간단한 목차

  • 숫자 변수
  • 문자열 변수
  • 리스트 변수
  • 참, 거짓 변수

숫자 변수

> a = 1
> a
1

걍 숫자입니다.

> a = 1
> b = 2
> a + b
3

이렇게 변수끼리 더할 수 있습니다.

문자열 변수

> a = 'banana'
> a
banana

문자열이다.

> a = 'lua '
> b = 'is '
> c = 'easy'
> a + b + c
lua is easy

문자열끼리 더할 수 있습니다.

Webmentions[0]

    Q. Why isn't my webmention not appearing?

    A. I deploy this site not so often and this site is static site. So don't expect your webmention to appear instantly. Thanks for the webmention and sorry for the inconvenience.
    last deployed: see footer