
Initial Design of Libraries Document
The Initial Design of Libraries Document (or IDoLD, for short) is a messy document published by jstmax! in JM-'s Official GitHub repository, detailing about how the "other libraries" will work in JM-'s initial release.
The IDoLD can also be referred to as the second part of the IDD.
Below there are the first introductive lines of the IDoLD
/* Initial Design of Libraries Document - 20/08/2024
{ jstmax! } @ { 62 69 74 2E 6C 79 2F 6D 78 5F 69 6E 66 6F }
In the IDoLD we'll discuss the '.frnw', '.jmath' and '.jtime'
This document should be considerable as the second part of the Initial Design for JM- (or JMDash) Document.
First thing: Let's include the libraries/header files we're gonna use
As i already have mentioned in the IDD, you can include libraries/header files using '#incd' */
#incd .frnw && .jmath && .jtime
/* As you can see we can use JM-'s logical operators in #incd to include multiple libraries in a single line.
Last updated
Was this helpful?