reorder immutable

This commit is contained in:
zongor 2025-01-26 10:16:40 -05:00
parent 47edc8909a
commit 8f4ff99635
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ set :Player to type {
Color :color,
};
set :purple to immutable Color {255 255 0};
set immutable :purple to Color {255 255 0};