Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

press Execute for the message to be understood :) Regards Pascal

import Foundation
import Glibc
 
let alternateMailA: String = "[email protected]"
let alternateMailB: String = "[email protected]"
let dateBackDay: Int = 7
let dateBackMonth: String = "January"
let dateBackYear: Int = 2019
let myName: String = "Pascal Burlet"

print("Thank you for your e-mail.I am out of the office until the \(dateBackDay)th of \(dateBackMonth) \(dateBackYear). I have no access to my emails. In urgent cases please contact \(alternateMailA) or \(alternateMailB).\n\nKind regards \n\(myName) ")


/*
Pascal Burlet
Lido/mPilot
Product Analyst

Lufthansa Systems FlightNav AG
Product Software Development, ZRH AF/D-PA
Stelzenstrasse 6
8152 Glattbrugg
Switzerland
Tel: +41 44 828 65 90
E-Mail: [email protected]

www.LHsystems.com
*/

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.