Skip to content
Snippets Groups Projects
Commit 05d02f79 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Add a typeOf primop

We already have some primops for determining the type of a value, such
as isString, but they're incomplete: for instance, there is no isPath.
Rather than adding more isBla functions, the generic typeOf function
returns a string representing the type of the argument (e.g. "int").
parent 6da92d96
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment