Still under closed-door beta program.
"Learn Au" Course Outline
string
, integer
, float
, double
, bool
, date
); list
; collection
if
, elseif
, else
, end
), operators (math relational ops); complex conditions (true
, false
, and
, or
, not
)while
; iterate
, list
, collection
; function
userinterface
, view
, section
; label
, button
, textbox
, password
, radiobutton
, checkbox
, datepicker
, dropdown
; appearance
(CSS-ish); order
; @
(something to do with headers and footers)entity
, member variables, member functions; instance
(singletons); function overloading; mixin
(mixin is a set of reusable member variables and member functions that can be used to extend an existing entity); object orientation (entity
, mixin
, function
, internal
, protected
)reference
, entity
, continuation
); default values for parameters and entities; members and parameter guards; recovery from errors (recovery
, raise
)external
, webfunction
); use a code library (external
); import a Web API and call a function from that Web API; create a code library (external
, library
); external supportwidget
), defining your own and nesting widgets within widgets; display a map; play video; widget containers; grid (sounds like composite-widgets-as-layout containers)datasource
, dataentity
, datafunction
, mapping
); simple data modeling (one
, many
, zany
, mapping
); retrieve data (one
, all
, mapping
); save data (add
); iterate over data (iterate
, next
, dataentity
, collection
)Last modified 07 October 2024