아래 식에서 $의 의미를 알려주세요. 강의자료 공부하다 어딘가에서 봤는데 못찾겠어요. ㅠㅠ
for (int i = 0; i < fruits.length; i++) {
print("$i : ${fruits[i]}");
}