Talk:Min - Math

Revision as of 00:54, 4 April 2021 by imported>Tania (Created page with "Was a native function really necessary for this? Isn't it basically this?: <source lang="papyrus"> if var1 < var2 return var1 else return var2 endif return var1 ; if b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Was a native function really necessary for this? Isn't it basically this?:

if var1 < var2
    return var1
else
   return var2
endif

return var1 ; if both are equal

--Lisselli (talk) 2021-04-04T00:54:31 (EDT)

Return to "Min - Math" page.