StateGo DELPHI Sample
Windows 10
Delphi 10.3
StateGo
- Open sample/TestControl.psgg
- Push "Save and Convert" button
- Open sample/Project01.dpr using Delphi
- Build.
- Execute "Project01.exe"
STATE | Description |
---|---|
[0001] | Output "Hello World!". |
[0013] | Calling the [E0001] embeded procedure. |
[GSB001] | Call the [SBS002] subroutine. |
[0012] | Preparation for using random method. |
[0015] | Pick 0 or 1 and branch. |
[LOP000] | Loop 10 times. Call SBS001 |
STATE | Description |
---|---|
[C_0003] | Comment |
[E_0001] | Definition for hoge procedure |
[E_0003] | Declaratin for [LOP000]'s varibles. |