================= Introduction ================= This is a beginners tutorial to the M Programming Language. No previous knowledge of M is required to start with this tutorial. You are expected to have familiarity with basic Linux commands. ________________________________ When you see text with a coloured background like this :: $ gtm GTM>W "Hello world!" GTM>H $ exit it is signifying a code sample. Typing the code samples into a terminal window may help solidify the ideas behind each topic.