Jump to content

Particle fountain: Difference between revisions

m
→‎{{header|Raku}}: Use an enumerated event rather than a magic number
(New draft task and a Raku example)
 
m (→‎{{header|Raku}}: Use an enumerated event rather than a magic number)
Line 135:
}
when *.type == WINDOWEVENT {
if .event == 5RESIZED {
$w = .data1;
$h = .data2;
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.