AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Sections in let-declarators, for documentation #256

Closed AshleyYakeley closed 1 month ago

AshleyYakeley commented 1 month ago

Something like:

let

a = 1;

#| description of important stuff
section "Important Stuff" of
    b = 2;
    c = 3;
end;

d = 4;

in body
AshleyYakeley commented 1 month ago

Done.