공부기록, 2021-04-16(코틀린 문법)
play.kotlinlang.org 코틀린 연습장(실행용) Kotlin Playground: Edit, Run, Share Kotlin Code Online play.kotlinlang.org replit.com/new/kotlin 코틀린 연습장(저장및 공유) Log In Replit is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. Code, compile, run, and host in 50+ programming languages. replit.com - for - for(i in 1 until 11 step 2) 변수 i에 1부터 10까지 2칸씩 띄움 - println - "$변수" 문자열안에서 변수 인식가능..