-
Notifications
You must be signed in to change notification settings - Fork 1
Home
escheper edited this page Oct 4, 2021
·
3 revisions
Welcome to the test wiki!
De style is: markdown.
Belangrijk
Nederland
- item1
- item2
- item1
- item2
Dit is een blockquote.
Run the shell script.
Dit is Python code.
#-------------------------------------------------------------------------------
def dbg(s: str,br=True):
if DBG.debugToScreen():
if DBG.debugAsHtml():
from py.msg import msg
msg(s,br)
else:
print(s)