Delete var.txt

This commit is contained in:
Valk Richard Li 2019-11-21 12:22:43 +08:00 committed by GitHub
parent 5a228379c0
commit 6b4448aa80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
var a=1;
var b=2;
var c="string";
var d;
var e=[];
var f={};
var g=[0,'str',[],{}];
var h={
va1:1,
va2:"str",
va3:'s',
va4:[],
va5:{fuck:0}
};
a=2;
var i=func(v1,v2,v3){return [0,0,0];};
1073741824;
"str";
a;
var m=[0,[0,1]];
1+1;
"hello "~"world!";
#10/0;
1+"h";