ww: select build action from package declaration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//ww:run-exit 4
|
||||
package main;
|
||||
package myf;
|
||||
export fn fs(n: f64) (f64, str) = {
|
||||
if (n == 0.0) { return (n, "x"); };
|
||||
|
||||
Reference in New Issue
Block a user