// Test that the balance corresponds with the intended behaviour
balance=EToken.balance();
assert(move(balance)==100,3);
return;
}
```
### 1.6 现状
### 1.6 现状
>In the longer term, Move must be capable of encoding the rich variety of assets and corresponding business logic that make up a financial infrastructure.
>In the longer term, Move must be capable of encoding the rich variety of assets and corresponding business logic that make up a financial infrastructure.