mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-20 22:04:38 -04:00
[swfinterp] Implement String basics
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// input: []
|
||||
// output: 3
|
||||
|
||||
package {
|
||||
public class StringBasics {
|
||||
public static function main():int{
|
||||
var s:String = "abc";
|
||||
return s.length;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user