Big Whitestar 3400K |
Big Whitestar 1900K |
Big Blackstar 3400K |
Big Blackstar 1900K |
Double Tulip |
Double Tulip 3400K |
Double Tulip 1900K |
中学・高校 | 大学教養課程 | 大学専門課程(前) | 大学専門課程(後) |
---|---|---|---|
連立方程式 | 行列 | 線形写像 | 有界線形作用素 |
幾何ベクトル | 数ベクトル空間 | 抽象線形空間 | 位相線形空間 |
var alertController = UIAlertController(title: "Title", message: "Message", preferredStyle: .Alert)
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"Title" message:@"Message" preferredStyle:UIAlertControllerStyleAlert];
NSAlert *alert = [[NSAlert alloc] init];
[alert addButtonWithTitle:@"A"];
[alert addButtonWithTitle:@"B"];
[alert setMessageText:@"Message text"];
[alert setInformativeText:@"Informative text"];
[alert setAlertStyle:NSWarningAlertStyle];
window.alert("Dialog");
alert("Dialog");
display dialog "Dialog" buttons {"A", "B"} default button "B" giving up after 3
display dialog "The Continuation Character test." buttons {"A", "B"} ¬
default button "B" giving up after 3