8 lines
209 B
Text
8 lines
209 B
Text
( ( resolution
|
|
= (x=)
|
|
(y=)
|
|
(new=.!arg:(?(its.x),?(its.y)))
|
|
)
|
|
& new$(resolution,640,480):?VGA
|
|
& new$(resolution,1920,1080):?1080p
|
|
& out$("VGA: horizontal " !(VGA..x) " vertical " !(VGA..y)));
|