First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<script>
|
||||
test()
|
||||
|
||||
if (typeof a != 'undefined') document.write('a = "' + a + '"<br />')
|
||||
if (typeof b != 'undefined') document.write('b = "' + b + '"<br />')
|
||||
if (typeof c != 'undefined') document.write('c = "' + c + '"<br />')
|
||||
|
||||
function test()
|
||||
{
|
||||
a = 123
|
||||
var b = 456
|
||||
|
||||
if (a == 123) var c = 789
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user