MXMS: Difference between revisions

From MXMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
== Chapter 1: Introduction ==
== Introduction ==
Content goes here.
Content goes here.


== Chapter 2: Usage Example ==
== Usage Example ==
<pre>
<pre>
def function():
def function():

Revision as of 15:46, 16 March 2026

Introduction

Content goes here.

Usage Example

def function():
    """documentation string"""
    if True:
        print True