mpl/examples/05_module_definition.mpl
developtheweb 57efd37df6 Initial commit: MPL specification and M0 documentation
- Complete language specification (math_prog_lang.md)
- M0 blocker tracking issue template
- Glyph escape sequences reference
- Operator precedence table
- Example programs from specification
- Project README

Ready for pre-M0 implementation phase
2025-07-25 12:02:20 -04:00

8 lines
No EOL
149 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

𝓜 Mathematics ⇒ {
π ≜ 3.14159
sin ≜ λx∈: ...
cos ≜ λx∈: ...
}
angle ← π/4
result ← Mathematics‧sin(angle)