Sage
Tusk Language
Welcome to Sage
Volume (94%) Hide Volume
Topics
Function Type
flowchart LR
  Start[Start]
  Stop[Stop]
  Start --> RefTo([<tt>reference to</tt>])
  RefTo --> Func([<tt>function</tt>])
  Func --> Colon([<tt>:</tt>])
  Func--> Params([<a href="DeclParams">Parameters</a>])
  Params --> Colon
  Colon --> ReturnType([<a href="DataType">Data Type</a>])
  ReturnType --> Stop

  style Start fill:#44E
  style Stop fill:#E44

Last Modified: 2/15 10:06:11 am
2/15 10:06:11 am