简单教程
提交运行
代码编辑器:
object Test { def main(args: Array[String]) { var x = 10; if( x < 20 ){ println("x < 20"); } } }
运行结果: