TemplateUtilitiesΒΆ

fortpak.spad line 209 [edit on github]

This package provides functions for template manipulation

interpretString: String -> Any

interpretString(s) treats a string as a piece of FriCAS input, by parsing and interpreting it.

stripCommentsAndBlanks: String -> String

stripCommentsAndBlanks(s) treats s as a piece of FriCAS input, and removes comments, and leading and trailing blanks.