- TI nspire
[TI-nspire] [LUA] hello world
1. hello world
- PC용 소프트웨어에서 Insert ▶ Script Editor ▶ Insert Script 메뉴로 스크립트 에디터를 엽니다.
(Handheld 기기에서는 스크립트 에디터를 열 수 없습니다) - 스크립트 타이틀을 입력합니다.
- 코딩을 합니다.
function on.paint(gc) gc:drawString("hello world",0,20) end
- "Set Script" 아이콘을 클릭하여 스크립트를 도큐먼트에 저장합니다.
- 결과를 확인합니다.
2. 참고사항
TI Education 에 가시면 간략한 LUA 소개 페이지가 있습니다.
입문시 참고하시는게 좋겠습니다.
https://education.ti.com/en/resources/lua-scripting?category=getting-started
그외 참고할만한 사이트 목록