|
7164e8816c
|
operator-bool.go: error messages improved
|
2024-06-26 04:28:53 +02:00 |
|
|
9745a5d909
|
utils.go: toInt() -> ToInt(); toBool() -> ToBool()
|
2024-06-10 19:03:39 +02:00 |
|
|
f347b15146
|
Control vars are now stored in the globalCtx only.
However, it is still allowed to store control var in a local context in special situation
|
2024-06-08 05:49:28 +02:00 |
|
|
838ab9fd7e
|
control: exported all control variables by renaming them in upper case
|
2024-04-13 05:16:23 +02:00 |
|
|
4d94a7ad59
|
class and kind types removed
|
2024-04-09 05:32:50 +02:00 |
|
|
9ac88bf446
|
made some interfaces exportable and fixed/enhaaced some selector operator versions
|
2024-04-08 23:17:56 +02:00 |
|
|
7612a59757
|
Operator '@@' (export-all) added. Experimental include() function also added
|
2024-04-06 03:06:07 +02:00 |
|
|
aa705e68bf
|
'and' and 'or' operators are now evaluated using logic shortcut (this behaviour can be changed setting system var '_bool_shortcut' to false
|
2024-03-31 05:09:24 +02:00 |
|
|
33841c5861
|
Added copyrighr note to all sources
|
2024-03-26 08:45:18 +01:00 |
|
|
522b880ca3
|
Added all source files
|
2024-03-26 07:00:53 +01:00 |
|