Bind C methods to Wren using foreign declarations.

This commit is contained in:
Bob Nystrom
2015-03-24 07:58:15 -07:00
parent 82fceb8361
commit 0bd19da392
11 changed files with 165 additions and 131 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ Some people like to see all of the reserved words in a programming language in
one lump. If you're one of those folks, here you go:
:::dart
break class else false for if in is new null
return static super this true var while
break class else false for foreign if in is new
null return static super this true var while
## Identifiers