UNPKG

preval

Version:

Wannabe compiler tool for JS

25 lines (19 loc) 266 B
# Preval test case # return_string.md > function > return_string > > A function that returns a string ## Input `````js filename=intro function f() { return "foo"; } $(f()); ````` ## Output `````js filename=intro function f() { return "foo"; } $(f()); `````