mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 23:39:57 +00:00
19 lines
255 B
Plaintext
19 lines
255 B
Plaintext
|
created: 20240206144717937
|
||
|
modified: 20240208172046352
|
||
|
tags: testTOC
|
||
|
title: test-function-proc-nesting
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
\procedure p-test()
|
||
|
<<inner>> -- <<aaa>>
|
||
|
\end
|
||
|
|
||
|
\procedure outer(aaa:xxx)
|
||
|
\function inner() asdf
|
||
|
|
||
|
<<p-test>>
|
||
|
|
||
|
\end
|
||
|
|
||
|
|
||
|
<<outer>>
|