Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Ox CNC Test !!! attention attention text !!! caution caution text !!! danger danger text !!! danger no text above !!! error error text !!! hint hint text !!! important important text !!! note note text !!! tip tip text !!! warning warning text ``` python @requires_authorization def somefunc(param1='', param2=0): r'''A docstring''' if param1 > param2: # interesting print 'Gre\'ater' return (param2 - param1 + 1 + 0b10l) or None class SomeClass: pass >>> message = '''interpreter ... prompt''' ``` ``` python for page in pages: page.read() ``` ``` csharp using System; namespace HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } } ``` workshop/cnc/start.txt Last modified: 2022/11/30 16:32by 127.0.0.1