September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,2 @@
|
|||
# syntax: GAWK -f CON GNU
|
||||
# syntax: TAWK Thompson Automation
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
c:\kotlin-compiler-1.0.6>kotlinc
|
||||
Welcome to Kotlin version 1.0.6-release-127 (JRE 1.8.0_31-b13)
|
||||
Type :help for help, :quit for quit
|
||||
>>> fun f(s1: String, s2: String, sep: String) = s1 + sep + sep + s2
|
||||
>>> f("Rosetta", "Code", ":")
|
||||
Rosetta::Code
|
||||
>>> :quit
|
||||
Loading…
Add table
Add a link
Reference in a new issue