|
34 | 34 | <meta http-equiv="content-security-policy" content=""> |
35 | 35 | <link href="./_app/immutable/assets/_layout.e2caa7e1.css" rel="stylesheet"> |
36 | 36 | <link href="./_app/immutable/assets/app.8bddbbc4.css" rel="stylesheet"> |
37 | | - <link rel="modulepreload" href="./_app/immutable/entry/start.31b0bf06.js"> |
| 37 | + <link rel="modulepreload" href="./_app/immutable/entry/start.020e0bf7.js"> |
38 | 38 | <link rel="modulepreload" href="./_app/immutable/chunks/index.9fe14626.js"> |
39 | | - <link rel="modulepreload" href="./_app/immutable/chunks/singletons.4a86d88e.js"> |
| 39 | + <link rel="modulepreload" href="./_app/immutable/chunks/singletons.2bc0b691.js"> |
40 | 40 | <link rel="modulepreload" href="./_app/immutable/chunks/index.1c761ed5.js"> |
41 | | - <link rel="modulepreload" href="./_app/immutable/entry/app.8558dfc5.js"> |
| 41 | + <link rel="modulepreload" href="./_app/immutable/entry/app.20c549d8.js"> |
42 | 42 | <link rel="modulepreload" href="./_app/immutable/entry/layout.svelte.2cd9eabd.js"> |
43 | 43 | <link rel="modulepreload" href="./_app/immutable/entry/_layout.ts.984db11e.js"> |
44 | 44 | <link rel="modulepreload" href="./_app/immutable/chunks/_layout.da46b06b.js"> |
45 | 45 | <link rel="modulepreload" href="./_app/immutable/entry/(examples)-layout.svelte.4abe3603.js"> |
46 | 46 | <link rel="modulepreload" href="./_app/immutable/chunks/store.476c3091.js"> |
47 | 47 | <link rel="modulepreload" href="./_app/immutable/chunks/examples.ec427188.js"> |
48 | 48 | <link rel="modulepreload" href="./_app/immutable/chunks/app.cf8f4105.js"> |
49 | | - <link rel="modulepreload" href="./_app/immutable/entry/(examples)-02-integer-ops-page.svelte.71d720f9.js"> |
| 49 | + <link rel="modulepreload" href="./_app/immutable/entry/(examples)-02-integer-ops-page.svelte.3a5c1355.js"> |
50 | 50 | <link rel="modulepreload" href="./_app/immutable/chunks/index.c056099e.js"> |
51 | 51 | </head> |
52 | 52 | <body> |
|
97 | 97 | i = self.i1 / 1000; // integer division (truncation toward zero), 3001 / 1000 = 3 |
98 | 98 | dump(i); |
99 | 99 |
|
100 | | - i = self.i1 >> 3; // shift right (multiply by 2^n) |
| 100 | + i = self.i1 >> 3; // shift right (divide by 2^n) |
101 | 101 | dump(i); |
102 | 102 |
|
103 | | - i = self.i1 << 2; // shift left (divide by 2^n) |
| 103 | + i = self.i1 << 2; // shift left (multiply by 2^n) |
104 | 104 | dump(i); |
105 | 105 |
|
106 | 106 | i = min(self.i2, 11); // minimum between two numbers |
|
150 | 150 |
|
151 | 151 | <script> |
152 | 152 | { |
153 | | - __sveltekit_wfqjrz = { |
| 153 | + __sveltekit_4096ut = { |
154 | 154 | env: {}, |
155 | 155 | base: new URL(".", location).pathname.slice(0, -1), |
156 | 156 | element: document.currentScript.parentElement |
|
159 | 159 | const data = [null,null,null]; |
160 | 160 |
|
161 | 161 | Promise.all([ |
162 | | - import("./_app/immutable/entry/start.31b0bf06.js"), |
163 | | - import("./_app/immutable/entry/app.8558dfc5.js") |
| 162 | + import("./_app/immutable/entry/start.020e0bf7.js"), |
| 163 | + import("./_app/immutable/entry/app.20c549d8.js") |
164 | 164 | ]).then(([kit, app]) => { |
165 | | - kit.start(app, __sveltekit_wfqjrz.element, { |
| 165 | + kit.start(app, __sveltekit_4096ut.element, { |
166 | 166 | node_ids: [0, 2, 11], |
167 | 167 | data, |
168 | 168 | form: null, |
|
0 commit comments