diff --git a/example/Object.shc b/example/Object.shc index f418e85..c9048a7 100644 --- a/example/Object.shc +++ b/example/Object.shc @@ -3,7 +3,7 @@ property Object.name # Optional constructor. Object.constructor() { - Object.name = $1 + this.name = $1 } # Example function