作業#6.5 — 定義 function練習 — 歌詞編輯
Jul 28, 2017 · 2 min read
Breaking The Habit ! Be yourself !
func memories() {
print(“Memories consume”)
print(“Like opening the wound”)
print(“I’m picking me apart again”)
print(“You all assume”)
print(“I’m safe here in my room”)
print(“Unless I try to start again”)
}func confused() {
print(“You don’t want to be the one”)
print(“The battles always choose”)
print(“‘Cause inside You realize”)
print(“That You’re the one confused”)}func fighting() {
print(“You don’t know what’s worth fighting for”)
print(“Or why You have to scream”)
}func instigate() {
print(“You don’t know why You instigate”)
print(“And say what You don’t mean”)
}func gotWay() {
print(“You don’t know how you got this way”)}func alright() {
print(“You’ll never be alright”)}func habit() {
print(“So You’re breaking the habit”)}func tonight() {
print(“You’re breaking the habit tonight”)}func breakingHabit(){
fighting()
instigate()
gotWay()
print(“You know it’s not alright”)
habit()
tonight()}func breakingHabit2(){
fighting()
instigate()
gotWay()
alright()
habit()
tonight()
}func breakingHabitFinal() {
fighting()
print(“But now You have some clarity”)
print(“To show I what You mean”)
gotWay()
alright()
habit()
print(“You’re breaking the habit”)
tonight()
}func cure(){
print(“Clutching my cure”)
print(“I tightly lock the door”)
print(“I try to catch my breath again”)
print(“I hurt much more”)
print(“Than anytime before”)
print(“I had no options left again”)
}func paint() {
print(“I’ll paint it on the walls”)
print(“‘Cause I’m the one at fault”)
print(“I’ll never fight again”)
print(“And this is how it ends”)
}
memories()
confused()
breakingHabit()
cure()
confused()
breakingHabit2()
paint()
breakingHabitFinal()
*原歌詞:
Memories consume
Like opening the wound
I’m picking me apart again
You all assume
I’m safe here in my room
Unless I try to start againI don’t want to be the one
The battles always choose
’Cause inside I realize
That I’m the one confusedI don’t know what’s worth fighting for
Or why I have to scream
I don’t know why I instigate
And say what I don’t mean
I don’t know how I got this way
I know it’s not alright
So I’m breaking the habit
I’m breaking the habit tonightClutching my cure
I tightly lock the door
I try to catch my breath again
I hurt much more
Than anytime before
I had no options left againI don’t want to be the one
The battles always choose
’Cause inside I realize
That I’m the one confusedI don’t know what’s worth fighting for
Or why I have to scream
I don’t know why I instigate
And say what I don’t mean
I don’t know how I got this way
I’ll never be alright
So I’m breaking the habit
I’m breaking the habit tonightI’ll paint it on the walls
’Cause I’m the one at fault
I’ll never fight again
And this is how it endsI don’t know what’s worth fighting for
Or why I have to scream
But now I have some clarity
To show you what I mean
I don’t know how I got this way
I’ll never be alright
So, I’m breaking the habit
I’m breaking the habit
I’m breaking the habit tonight

