-
Notifications
You must be signed in to change notification settings - Fork 0
Keywords
mmaness edited this page Sep 21, 2011
·
1 revision
Keywords are character sequences which are reserved for specific uses in Julia. Variable or constant names cannot have the same name as a keyword. Keywords are also case-sensitive. The following keywords are used in Julia:
- class
- do
- each
- EndSurvey
- else
- end
- except
- false
- for
- function
- goto
- if
- load
- method
- null
- ''return''
- ''true''
- ''when''
- ''while''
Go back to Lexical Analysis
Home | JULIE Intro | Getting Started with JULIE | JULIE References | JULIE Development | Julia Language