You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the modular documentation, with the release of Mojo v26.2 the keyword fn keyword will going to be deprecated. Based on the information all function definition must use def from now on.
Based on the modular documentation, with the release of Mojo v26.2 the keyword
fnkeyword will going to be deprecated. Based on the information all function definition must usedeffrom now on.Reference: https://mojolang.org/docs/manual/functions/