This commit is contained in:
aaron 2023-08-02 22:21:35 +01:00
parent 574f4400bc
commit b8f15f2d64

View file

@ -158,7 +158,7 @@ changed, where it will recompute and cache a new value.
```lua
create "TextLabel" {
Text = function()
"factorial: " .. factorial()
return "factorial: " .. factorial()
end
}