Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix code grammar

...


Code Block
fired {
  ent:a := 1;
  app:b{"foo"} := 1 + my_var.defaultsTo(0);
  app:b{["flip", "flop"]} := "this is a string";
  ent:c := null;
  clear ent:a
}