Our goal is to print the 4 raised to the 4th power. Testing TEXand testing LATEX.
There will be two files: main.fspower4.fs
main.fs will have the main use case:
main.fs +≡s" power4.fs" included use it
power4.fs will have the definition of 4^.
power4.fs +≡define 4^
When run directly it will work like this:
* +≡define 4^ use it