Commit graph

3 commits

Author SHA1 Message Date
22376999bb [tutorial 022] A variable in "shorthand" mode
Transform it in "shorthand" mode.

In this notation we can only define:

- name
- default value (so deduct the type)
- description
2024-09-07 19:06:44 +02:00
a1d82f1d56 [tutorial 021] Bases type is optional if default value
The type is deduct with the default value type. This is only true for "string", "number", "float" or "boolean" variables.
2024-09-07 19:06:43 +02:00
a6eb552218 [tutorial 020] A boolean variable
Let's create a boolean variable.
2024-09-07 19:06:42 +02:00