Skip to content
Snippets Groups Projects
Commit 8aff401e authored by mr cino's avatar mr cino
Browse files

* update

parent a78aabdc
Branches master
No related merge requests found
// use.wo
import woo::std;
/*
[macro] use
std::use 的宏化版本
use 宏将如下代码:
```
use! varname = expr
{
// ..
return x;
}
```
翻译为:
```
expr->std::use <| func(varname)
{
// ..
return x
}
```
*/
#macro use
{
/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment