This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xxxxxxx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var format:TextFormat = new TextFormat(); | |
format.bold = true; | |
format.italic = false; | |
format.size = 40; | |
format.underline = true; | |
format.font = "_等幅"; | |
var text:TextField = new TextField(); | |
text.width = 200; | |
text.height = 200; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
int main() { | |
NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; | |
NSArray *keys = [NSArray arrayWithObjects:@"red", @"green", @"blue", nil]; | |
NSArray *values = [NSArray arrayWithObjects:[NSNumber numberWithInt:1], | |
[NSNumber numberWithInt:2], | |
[NSNumber numberWithInt:3], nil]; | |
NSMutableDictionary *dictionary = |