Example: ``` proc _test(@var1, string @var2) { console(@var1 == '') console(is_null(@var2)) } _test() ``` Out (Error omitted): ``` true true ```