For example the code is this:
void main() { String msg = "Hi"; Function say = () { msg = "Hello"; print(msg); }; }