Skip to content

include

liquidiert edited this page Dec 30, 2018 · 1 revision

There are (for now, but you can add your own if you want to!) 3 possible ways of using include in epal:

  1. need and ineed:
    • need vector is parsed to #include <vector>
    • ineed myheader.his parsed to #include "myheader.h"
  2. include:
    • behaves like a normal include, though no need for the extra #
  3. import:
    • behaves like include
Clone this wiki locally