• ans(限REPL)
    • module
    • export
    • import
    • using
    • baremodule
    • function
    • macro
    • return
    • do
    • begin
    • end
    • let
    • if
    • for
    • while
    • break
    • continue
    • try
    • finally
    • quote
    • local
    • global
    • const
    • struct
    • mutable struct
    • abstract type
    • primitive type
    • where
    • ...
    • ;
    • =
    • ?: