Category:Keen Modding Guides: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
<source lang="python" enclose="none">lambda x: x * 2</source> blah blah blah
<source lang="python" enclose="none">lambda x: x * 2</source> blah blah blah
<source inline><syntaxhighlight></source> sdfsdf
<source inline><syntaxhighlight></source> sdfsdf
There is <source lang="mylanguage" enclose="none">inline code</source> in this paragraph.
There is <code lang="csharp">Debug.Assert(this.thing >= other(), "oops");</code>

Revision as of 16:29, 2 November 2017

Official modding guides from Keen Software House lambda x: x * 2 blah blah blah <syntaxhighlight> sdfsdf There is inline code in this paragraph. There is Debug.Assert(this.thing >= other(), "oops");