blob: e314b179e587093717802cc7f626ead515aca11f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* The production EmptyStatement ; is evaluated as follows Return (normal, empty, empty)
*
* @path ch12/12.3/S12.3_A1.js
* @description Using EmptyStatement ;
*/
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;; ;;;;;; ;; ;; ;;;;;; ;;;;;;;; ;; ;; ;;;;;
;;;;; ;; ;;;; ;;;; ;; ;; ;; ;; ;; ;;;;;
;;;;; ;;;; ;; ;;;; ;; ;;;;;; ;; ;;;; ;;;;;
;;;;; ;; ;; ;; ;; ;; ;; ;; ;;;;;
;;;;; ;;;;;; ;; ;; ;; ;; ;; ;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|