import Playgrounds

#Playground {
    func myfunction() {
       let mynumber = 5 * 2  // 10
    }
    myfunction()
}