This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Bad code #11
Answered
by
professionalGithub99
07KingKaiju07
asked this question in
Q&A
-
Help what is wrong with my code here? actor {
}; |
Beta Was this translation helpful? Give feedback.
Answered by
professionalGithub99
Mar 5, 2022
Replies: 2 comments 2 replies
-
Change It needs to have a colon before async |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
07KingKaiju07
-
Thank you that solved it ! im attaching the error code below for reference |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change
public func change_favourite_show(_show:?Text) async (){
favourite_show:=_show
};
It needs to have a colon before async