Closed SSaulenas closed 2 months ago
For example,
case dateFormat: when "YYYYYMMDD" then formattedDate = STRING(day, "99"). otherwise message "HEEOLOO". end.
turns into:
case dateFormat: when "YYYYYMMDD" then for mattedDate = STRING(day, "99"). otherwise message "HEEOLOO". end.
Similarly, if you use "define," it can result in:
case dateFormat: when "YYYYYMMDD" then define mattedDate = STRING(day, "99"). otherwise message "HEEOLOO". end.
Description of the issue was added to an existing tree-sitter-abl issue: https://github.com/usagi-coffee/tree-sitter-abl/issues/53
Copied the description to issue #113 and closing this one.
For example,
turns into:
Similarly, if you use "define," it can result in: