Adding input forms to Fuzize is looks like adding input forms in HTML from the perspective of the user, but the code is really different! First of all, I had to tell, that if something is different, that not means that's hard or complicated. I show you how simple is that:
1. \\program:=inputforms\..
2. \\log:=1\..
3.
4. STRT
5.
6. input.form;
7. input.form.type:=mix:=
8. string;
9. integer;
10. \\integer is also writable as "int"\..
14.
15. input.form.visible:=true;
16. input.form.edit:=true(as):=
17. txtinput;
18.
19. STP