-
The https://codefori.github.io/docs/developing/local/structure/ page mentions that you can add a description to a program object by adding something like this in the program source: I've also tried to add this for a CLLE program as follows: Is this broken or am I misunderstanding how this is supposed to work? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
FWIW, I use The page could maybe need an explanation that the build tool is responsible for picking up the %TEXT value... |
Beta Was this translation helpful? Give feedback.
-
%TEXT is like a metadata that can be picked up by the third-party tool you'll use to build your application (e.g. BoB). Alternatively, the following can be used, which will be picked up by the compilers:
|
Beta Was this translation helpful? Give feedback.
%TEXT is like a metadata that can be picked up by the third-party tool you'll use to build your application (e.g. BoB).
Standard compilation commands will not pick up this information to put in on the compiled object; Code for i actions won't either since they are just made to call commands (and they are not a build tool per se, just a mean of running compile commands or build commands from the IDE).
Alternatively, the following can be used, which will be picked up by the compilers: