[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/dmpas/OneScript/develop/tests/customToString.os [Back]  [Original]

 ;

 () 
	
	 =  ;
	
	.("_");
	.("_");
	 = ;
	
	 ;
	


 _() 
     =
    	" (, )
    	|	 = ;
    	|	 = """";
    	|";
    	
     = ();
    
    // see https://github.com/EvilBeaver/OneScript/issues/1530
    //    ,   .
    .(1, (, ""), ());
    
    //    ,    
     = (, "", "");
    .("", );
    


 _() 
     = " ;";
     = ();
    
    .("", ());
    .("", (, "%%%", ""));
    

Web Proxy Viewer  |  New URL  |  Original Page