The first of these
LONDON - British p
All about the art,
1. Field of the In
Q: In which order
Q: What is the or
It’s that time of
As of Saturday, Ja
Lack of associatio
Samsung has always

Dilta acuminata D
The first two week
Q: How to access
A comparison of tw
C-reactive protein
The effect of a no
1. Field of the In
Independent associ
A prospective stud
Korean Film Archiv
# Tenko parser autogenerated test case - From: tests/testcases/assigns/to_keyword/autogen.md - Path: tests/testcases/assigns/to_keyword/gen/assign_to_paren-wrapped_keyword_in_delete_in_param_default/arguments.md > :: assigns : to keyword : gen : assign to paren-wrapped keyword in delete in param default > > ::> arguments ## Input `````js delete (x = delete (a) = f) = g ````` ## Output _Note: the whole output block is auto-generated. Manual changes will be overwritten!_ Below follow outputs in five parsing modes: sloppy, sloppy+annexb, strict script, module, module+annexb. Note that the output parts are auto-generated by the test runner to reflect actual result. ### Sloppy mode Parsed with script goal and as if the code did not start with strict mode header. ````` throws: Parser error! Cannot use this name (`delete`) as a variable name because: Cannot never use this reserved word as a variable name start@1:0, error@1:25 ╔══╦═════════════════ 1 ║ delete (x = delete (a) = f) = g ║ ^------- error ╚══╩═════════════════ ````` ### Strict mode Parsed with script goal but as if it was starting with `"use strict"` at the top. _Output same as sloppy mode._ ### Module goal Parsed with the module goal. _Output same as sloppy mode._ ### Sloppy mode with AnnexB Parsed with script goal with AnnexB rules enabled and as if the code did not start with strict mode header. _Output same as sloppy mode._ ### Module goal with AnnexB Parsed with the module goal with AnnexB rules enabled. _Output same as sloppy mode._