mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 21:12:25 +00:00
compiles, needs some cleanup
This commit is contained in:
parent
6011d9d401
commit
82d79b4647
7 changed files with 153 additions and 167 deletions
|
|
@ -7,8 +7,8 @@ CONST
|
|||
symbolBracketStart = "{";
|
||||
symbolBracketEnd = "}";
|
||||
(* TODO: Reverse " and ' *)
|
||||
quote = vpkSettings.quote;
|
||||
coma = ",";
|
||||
quote = '"';
|
||||
TYPE
|
||||
TString* = ARRAY ArrayMaxNumberChar OF CHAR;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue